diff options
author | cathook <b01902109@csie.ntu.edu.tw> | 2014-06-24 04:01:53 +0800 |
---|---|---|
committer | cathook <b01902109@csie.ntu.edu.tw> | 2014-06-24 04:01:53 +0800 |
commit | a9955a1a51df2b268da4d28f9ad10dbaf9815634 (patch) | |
tree | 077acbd8e8bf801f517d75b1d5960f883aee5032 /doxygen | |
parent | e6f0bcfb63b144da659f28f6f03c51a9b7ae992a (diff) | |
download | meow-a9955a1a51df2b268da4d28f9ad10dbaf9815634.tar.gz meow-a9955a1a51df2b268da4d28f9ad10dbaf9815634.tar.zst meow-a9955a1a51df2b268da4d28f9ad10dbaf9815634.zip |
...
Diffstat (limited to 'doxygen')
-rw-r--r-- | doxygen/config | 4 | ||||
-rw-r--r-- | doxygen/stylesheet.css | 12 |
2 files changed, 8 insertions, 8 deletions
diff --git a/doxygen/config b/doxygen/config index d5fc3e0..16e2e25 100644 --- a/doxygen/config +++ b/doxygen/config @@ -5,8 +5,8 @@ #--------------------------------------------------------------------------- DOXYFILE_ENCODING = UTF-8 PROJECT_NAME = "Templates -- Meow" -PROJECT_NUMBER = 1.1.4 -PROJECT_BRIEF = "A C++ template which is unable and also not allowed to compile to obj-file first." +PROJECT_NUMBER = 1.2.-1 +PROJECT_BRIEF = "A C++ template contains kinds of interesting classes and functions" PROJECT_LOGO = $(config_path)/logo.png OUTPUT_DIRECTORY = doc CREATE_SUBDIRS = NO diff --git a/doxygen/stylesheet.css b/doxygen/stylesheet.css index b54730d..cdab37d 100644 --- a/doxygen/stylesheet.css +++ b/doxygen/stylesheet.css @@ -301,7 +301,7 @@ p.formulaDsp { } img.formulaDsp { - + } img.formulaInl { @@ -569,7 +569,7 @@ table.memberdecls { -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15); -webkit-border-top-right-radius: 4px; -webkit-border-top-left-radius: 4px; - + } .memdoc, dl.reflist dd { @@ -633,12 +633,12 @@ dl.reflist dd { font-weight: bold; vertical-align: top; } - + .params .paramtype { font-style: italic; vertical-align: top; } - + .params .paramdir { font-family: "courier new",courier,monospace; vertical-align: top; @@ -817,7 +817,7 @@ table.fieldtable { .fieldtable td.fielddoc p:first-child { margin-top: 2px; } - + .fieldtable td.fielddoc p:last-child { margin-bottom: 2px; } @@ -891,7 +891,7 @@ table.fieldtable { color: #283A5D; font-family: 'Lucida Grande',Geneva,Helvetica,Arial,sans-serif; text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9); - text-decoration: none; + text-decoration: none; } .navpath li.navelem a:hover |