]> rtime.felk.cvut.cz Git - pes-rpp/rpp-simulink.git/commitdiff
Fixed main page file appearing in file list and blocks title.
authorCarlos Jenkins <carlos@jenkins.co.cr>
Thu, 13 Jun 2013 16:29:01 +0000 (18:29 +0200)
committerCarlos Jenkins <carlos@jenkins.co.cr>
Thu, 13 Jun 2013 16:29:01 +0000 (18:29 +0200)
rpp/lib/rpp/doc/api/content/blocks_map.html
rpp/lib/rpp/doc/api/content/main_page.dox [moved from rpp/lib/rpp/doc/api/content/main_page.h with 100% similarity]
rpp/lib/rpp/doc/api/doxygen.conf

index 7548c7ae33b7dc6d591d8f8811a95ddce42b7be0..88caed1b4ad65be3695c243fb6549bace8736e38 100644 (file)
@@ -1,17 +1,17 @@
 <!-- You can edit me with kimagemapeditor -->
 <img usemap="#blocks_map" src="blocks.png">
 <map name="blocks_map">
-  <area shape="rect" alt="Digital Output" href="lout_8h.html" coords="125,5,247,96">
-  <area shape="rect" alt="Digital Input" href="din_8h.html" coords="125,122,247,213">
-  <area shape="rect" alt="Analog Output" href="aout_8h.html" coords="126,356,248,447">
-  <area shape="rect" alt="Analog Input" href="ain_8h.html" coords="125,239,247,330">
-  <area shape="rect" alt="Ethernet" href="eth_8h.html" coords="126,472,248,563">
-  <area shape="rect" alt="SD-Card" href="sdc_8h.html" coords="445,5,567,96">
-  <area shape="rect" alt="Power Output" href="mout_8h.html" coords="605,6,727,97">
-  <area shape="rect" alt="High-Power Output" href="hout_8h.html" coords="606,122,728,213">
-  <area shape="rect" alt="H-Bridge" href="hbr_8h.html" coords="606,239,728,330">
-  <area shape="rect" alt="LIN" href="lin_8h.html" coords="606,396,728,487">
-  <area shape="rect" alt="FlexRay" href="fr_8h.html" coords="606,513,728,604">
-  <area shape="rect" alt="CAN" href="can_8h.html" coords="606,628,728,719">
-  <area shape="rect" alt="SD-RAM" href="sdr_8h.html" coords="286,5,408,96">
+  <area shape="rect" title="Digital Output" alt="Digital Output" href="lout_8h.html" coords="125,5,247,96">
+  <area shape="rect" title="Digital Input" alt="Digital Input" href="din_8h.html" coords="125,122,247,213">
+  <area shape="rect" title="Analog Output" alt="Analog Output" href="aout_8h.html" coords="126,356,248,447">
+  <area shape="rect" title="Analog Input" alt="Analog Input" href="ain_8h.html" coords="125,239,247,330">
+  <area shape="rect" title="Ethernet" alt="Ethernet" href="eth_8h.html" coords="126,472,248,563">
+  <area shape="rect" title="SD-Card" alt="SD-Card" href="sdc_8h.html" coords="445,5,567,96">
+  <area shape="rect" title="Power Output" alt="Power Output" href="mout_8h.html" coords="605,6,727,97">
+  <area shape="rect" title="High-Power Output" alt="High-Power Output" href="hout_8h.html" coords="606,122,728,213">
+  <area shape="rect" title="H-Bridge" alt="H-Bridge" href="hbr_8h.html" coords="606,239,728,330">
+  <area shape="rect" title="LIN" alt="LIN" href="lin_8h.html" coords="606,396,728,487">
+  <area shape="rect" title="FlexRay" alt="FlexRay" href="fr_8h.html" coords="606,513,728,604">
+  <area shape="rect" title="CAN" alt="CAN" href="can_8h.html" coords="606,628,728,719">
+  <area shape="rect" title="SD-RAM" alt="SD-RAM" href="sdr_8h.html" coords="286,5,408,96">
 </map>
index 98b7ebaf8d2cc704f17e0cfacd6272446e69aa0b..064f8273799dec7fd75a38de83c8e9b3004bf9db 100644 (file)
@@ -666,7 +666,7 @@ INPUT_ENCODING         = UTF-8
 # *.hxx *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.dox *.py
 # *.f90 *.f *.for *.vhd *.vhdl
 
-FILE_PATTERNS          = *.h
+FILE_PATTERNS          = *.h *.dox
 
 # The RECURSIVE tag can be used to turn specify whether or not subdirectories
 # should be searched for input files as well. Possible values are YES and NO.