X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=docs%2Fdoxygen%2Fcodelayout.md;h=727f978c4371324d5a477c56006706d451695abc;hb=1bf821d461c749fbc34987c5b10f4527da782ba1;hp=0d104c06262d6aa086840c481ec02c171e479a49;hpb=d191fe153c29168087ae76c7d672d7fcf217fbad;p=alexxy%2Fgromacs.git diff --git a/docs/doxygen/codelayout.md b/docs/doxygen/codelayout.md index 0d104c0626..727f978c43 100644 --- a/docs/doxygen/codelayout.md +++ b/docs/doxygen/codelayout.md @@ -68,7 +68,7 @@ See \ref page_unittesting for more details. \endif When compiling, the include search path is set to `src/`. This means that -source files include headers as +files include headers as #include "gromacs//.h" @@ -76,13 +76,6 @@ The following is also possible for intra-module headers: #include ".h" -Header files include other headers using - - #include "..//.h" - -because relative paths work best for installed headers. For non-installed -headers, the path relative to `src/` is sometimes also used. - For historical reasons, there are directories `src/gromacs/gmxana/`, `src/gromacs/gmxlib/`, `src/gromacs/mdlib/`, and `src/gromacs/gmxpreprocess/` that do not follow the above rules. The installed headers for these are in