From 035d12dc004abe4f9409a079bb92a8de4dea1ce2 Mon Sep 17 00:00:00 2001 From: cathook Date: Tue, 24 Jun 2014 15:10:05 +0800 Subject: .. --- doxygen/config | 2 +- doxygen/mainpage.dox | 19 ------------------- doxygen/pages.dox | 19 +++++++++++++++++++ 3 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 doxygen/mainpage.dox create mode 100644 doxygen/pages.dox (limited to 'doxygen') diff --git a/doxygen/config b/doxygen/config index 6a16fc6..16b7f5e 100644 --- a/doxygen/config +++ b/doxygen/config @@ -5,7 +5,7 @@ #--------------------------------------------------------------------------- DOXYFILE_ENCODING = UTF-8 PROJECT_NAME = "Templates -- Meow" -PROJECT_NUMBER = 1.2.6 +PROJECT_NUMBER = 1.2.7 PROJECT_BRIEF = "A C++ template contains kinds of interesting classes and functions" PROJECT_LOGO = $(config_path)/logo.png OUTPUT_DIRECTORY = doc diff --git a/doxygen/mainpage.dox b/doxygen/mainpage.dox deleted file mode 100644 index f74794b..0000000 --- a/doxygen/mainpage.dox +++ /dev/null @@ -1,19 +0,0 @@ -/*! - * @mainpage Meow's Main Page~~ - * @section intro Introduction - * blablabla - * - * @section links Links - * - GitHub: - * https://github.com/cathook/meow - * - Mirror: - * http://www.csie.ntu.edu.tw/~b01902109/mirrors/meow - * - Readme: - * http://www.csie.ntu.edu.tw/~b01902109/mirrors/meow/README.html' - * - document: - * http://www.csie.ntu.edu.tw/~b01902109/mirrors/meow/doc/html/index.html - * - * @section authors Authors - * - cathook: cat.hook31894 <<<>>> gmail.com - * - cat_leopard: b01902109 ???!!! csie.ntu.edu.tw - */ diff --git a/doxygen/pages.dox b/doxygen/pages.dox new file mode 100644 index 0000000..182333b --- /dev/null +++ b/doxygen/pages.dox @@ -0,0 +1,19 @@ +/*! + * @mainpage Meow's Main Page~~ + * @section intro Introduction + * blablabla + * + * @section links Links + * - GitHub: + * https://github.com/cathook/meow + * - Mirror: + * http://www.csie.ntu.edu.tw/~b01902109/mirrors/meow + * - Readme: + * http://www.csie.ntu.edu.tw/~b01902109/mirrors/meow/README.html' + * - document: + * http://www.csie.ntu.edu.tw/~b01902109/mirrors/meow/doc/html/index.html + * + * @section authors Authors + * - cathook: cat.hook31894 <<<>>> gmail.com + * - cat_leopard: b01902109 ???!!! csie.ntu.edu.tw + */ -- cgit v1.2.3