diff options
author | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-06-20 11:26:50 (GMT) |
---|---|---|
committer | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-06-20 11:26:50 (GMT) |
commit | ab29a946117a76d7af273c615ecd120ff4f2c8ed (patch) | |
tree | c8775eb6c00524a0bdfdb22cf3232c03aa756a8a /Doxyfile.in | |
parent | f6a818c829d9c4118a2e4a43e50242db0eec3ac1 (diff) |
Added exponential of distance unit.
New data added to the general information block to specify
the unit of distances in the trajectory, e.g. -9 for nm or
-10 for Å.
Diffstat (limited to 'Doxyfile.in')
-rw-r--r-- | Doxyfile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doxyfile.in b/Doxyfile.in index 32fbaba..84b5770 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -32,7 +32,7 @@ PROJECT_NAME = "TNG API" # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = "1.1" +PROJECT_NUMBER = "1.3" # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer |