- Small fixes to class documentation

- Now distcheck works correctly, including a copy of the API
documentation in the built dist tar.


git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@214 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
tchernobog 2006-01-26 22:41:42 +00:00
parent 955d987ff1
commit 692fc55553
7 changed files with 64 additions and 19 deletions

View file

@ -1,3 +1,42 @@
2006-01-26 21:41 tchernobog
* trunk/Makefile.am, trunk/doc/Makefile.am, trunk/m4/Makefile.am: -
Fixing makefiles with the help of ``make distcheck''
2006-01-26 20:32 tchernobog
* trunk/Makefile.am, trunk/config/Doxyfile.in, trunk/configure.ac,
trunk/doc/Makefile.am, trunk/doc/sgpem2uman.texi: - Add support
for automagically generating API documentation with Doxygen. Just
use ``make apidox''.
2006-01-26 18:31 tchernobog
* trunk/ChangeLog, trunk/configure.ac, trunk/src/Makefile.am,
trunk/src/gtkgui, trunk/src/gtkgui/Makefile.am,
trunk/src/gtkgui/mainwindow.cc, trunk/src/gtkgui/mainwindow.hh,
trunk/src/gtkgui/startgui.cc, trunk/src/gtkgui/startgui.hh,
trunk/src/main.cc, trunk/src/main.hh, trunk/src/pyloader,
trunk/src/pyloader/Makefile.am: - Separate work in a main program
and two libraries. This is experimental, and ideally it should be
a target to work towards decoupling - Still more experimental,
added support for visibility exports from DSOs. Need testing from
someone with GCC 4.0
2006-01-26 14:21 tchernobog
* trunk/doc/sgpem2dman.texi: - Added norms about documentation
guidelines by Djina - Integrated draft about Mailing List usage
(adaptation)
2006-01-25 17:50 tchernobog
* trunk/po/POTFILES.in, trunk/src/Makefile.am, trunk/src/main.cc,
trunk/src/parseopts.cc, trunk/src/parseopts.hh: - Added support
for command line option parsing - Creates a vector with filenames
to be opened; not actually useful now, it's already in place when
it'll be needed.
2006-01-24 21:48 tchernobog
* trunk/doc/sgpem2dman.texi: - Added notes on glib::string,