1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
Description: Set actual libsocketcan version in Doxyfile
Author: Alexander GQ Gerasiov <gq@debian.org>
Index: libsocketcan/Doxyfile
===================================================================
--- libsocketcan.orig/Doxyfile 2014-12-06 18:47:22.876497718 +0300
+++ libsocketcan/Doxyfile 2014-12-06 18:48:58.284354424 +0300
@@ -31,7 +31,7 @@
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = v0.0.5
+PROJECT_NUMBER = v0.0.10+git20140721
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
|