Skip to content
Snippets Groups Projects
Commit 54481bd8 authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

Improved Doxyfile

list of PP files is now generated automatically
parent 2786b25e
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ DOXYFILE_ENCODING = UTF-8
# title of most generated pages and in a few other places.
# The default value is: My Project.
PROJECT_NAME = "Plumed 2.1: user manual"
PROJECT_NAME = PLUMED
# The PROJECT_NUMBER tag can be used to enter a project or revision number. This
# could be handy for archiving the generated documentation or if some version
......@@ -733,24 +733,11 @@ WARN_LOGFILE =
# spaces.
# Note: If this tag is empty the current directory is searched.
INPUT = IntroPP.txt \
BiasPP.txt \
AnalysisPP.txt \
ColvarPP.txt \
SyntaxPP.txt \
FunctionsPP.txt \
GroupPP.txt \
InstallationPP.txt \
GlossaryPP.txt \
TutorialsPP.txt \
ModulesPP.txt \
MiscPP.txt \
ToolsPP.txt \
RegexPP.txt \
../CHANGES \
INPUT = ../CHANGES \
tutorials \
automatic
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
# libiconv (or the iconv built into libc) for the transcoding. See the libiconv
......
......@@ -14,7 +14,7 @@ else
all:
./extract
doxygen
./go-doxygen
cp Octocat.png html/
./report_errors
......
#! /bin/bash
{
cat Doxyfile
echo "PROJECT_NUMBER = \"$(plumed info --version)\""
echo "INPUT+=" *PP.txt
} | doxygen -
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment