Changeset 1083:8043b93e5973 in lemon-0.x for doc/coding_style.dox
- Timestamp:
- 01/16/05 23:29:28 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1479
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/coding_style.dox
r991 r1083 25 25 \endcode 26 26 27 Note that all standard L emonheaders are located in the \c lemon subdirectory,27 Note that all standard LEMON headers are located in the \c lemon subdirectory, 28 28 so you should include them from C++ source like this: 29 29 … … 80 80 \section header-template Template Header File 81 81 82 Each L emonheader file should look like this:82 Each LEMON header file should look like this: 83 83 84 84 \include template.h
Note: See TracChangeset
for help on using the changeset viewer.