* doc/Doxyfile.in (FILE_PATTERNS): Remove *.hxx.

* src/sanity/80columns.test, src/sanity/style.test: Process *.hxx files.
* src/tgbaalgos/ndfs_result.hh: Rename as ..
* src/tgbaalgos/ndfs_result.hxx: ... this, so it does not get
documented (and so Doxygen do not complain).
* src/tgbaalgos/magic.cc, src/tgbaalgos/se05.cc, src/tgbaalgos/tau03.cc,
src/tgbaalgos/tau03opt.cc: Adjust include.
* src/tgbaalgos/Makefile.am: Rename ndfs_result.hh as ndfs_result.hxx
and do not install it, this is a private header.
This commit is contained in:
Alexandre Duret-Lutz 2005-01-03 17:39:43 +00:00
parent a9ab303859
commit b054139e6d
11 changed files with 30 additions and 15 deletions

View file

@ -232,6 +232,8 @@ Naming
* C Macros are all uppercase.
* Use *.hxx for the implementation of templates that are private
to Spot (i.e. not installed) and need to be included multiple times.
Other style recommandations
===========================