diff options
| author | Howard Butler <howard@hobu.co> | 2015-02-24 22:03:03 +0000 |
|---|---|---|
| committer | Howard Butler <howard@hobu.co> | 2015-02-24 22:03:03 +0000 |
| commit | b0fd484c2e24ca5100f0a8ebf4f8074a52e4189f (patch) | |
| tree | 0b3b36fa268b151b0d25be1cf146e748b1f06de0 | |
| parent | ff07f4d4ec27f455d1a1f70c829bcda3bf4f3897 (diff) | |
| download | PROJ-b0fd484c2e24ca5100f0a8ebf4f8074a52e4189f.tar.gz PROJ-b0fd484c2e24ca5100f0a8ebf4f8074a52e4189f.zip | |
Fix #265, remove HTML timestamps in doxygen output
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2637 4e78687f-474d-0410-85f9-8d5e500ac6b2
| -rw-r--r-- | jniwrap/doxygen.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jniwrap/doxygen.cfg b/jniwrap/doxygen.cfg index 12dc4750..a46a8bb8 100644 --- a/jniwrap/doxygen.cfg +++ b/jniwrap/doxygen.cfg @@ -894,7 +894,7 @@ HTML_COLORSTYLE_GAMMA = 80 # page will contain the date and time when the page was generated. Setting # this to NO can help when comparing the output of multiple runs. -HTML_TIMESTAMP = YES +HTML_TIMESTAMP = NO # If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes, # files or namespaces will be aligned in HTML using tables. If set to |
