* 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:
parent
a9ab303859
commit
b054139e6d
11 changed files with 30 additions and 15 deletions
2
HACKING
2
HACKING
|
|
@ -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
|
||||
===========================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue