Changeset 836
- Timestamp:
- Apr 21, 2006, 11:41:30 PM (17 years ago)
- Location:
- libcaca/trunk/doc
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/doc/Makefile.am
r824 r836 2 2 3 3 EXTRA_DIST = doxygen.cfg.in footer.html header.html $(man_MANS) \ 4 libcaca.dox user.dox migrating.dox tutorial.dox 4 libcaca.dox user.dox migrating.dox tutorial.dox style.dox 5 5 6 6 man_MANS = caca-config.1 cacafire.1 cacaview.1 -
libcaca/trunk/doc/libcaca.dox
r824 r836 36 36 - \subpage migrating 37 37 38 There is also information specially targeted at \e libcaca developers: 39 40 - \subpage style 41 38 42 \section user User's documentation 39 43 -
libcaca/trunk/doc/migrating.dox
r824 r836 1 1 /* $Id$ */ 2 2 3 /** \page migrating Migrating from libcaca 0. 9to the 1.0 API3 /** \page migrating Migrating from libcaca 0.x to the 1.0 API 4 4 5 This section will guide you through the migration of a \e libcaca 0. 95 This section will guide you through the migration of a \e libcaca 0.x 6 6 application to the latest API version. 7 7
Note: See TracChangeset
for help on using the changeset viewer.