| 1657 # The default value is: NO. |
1657 # The default value is: NO. |
| 1658 # This tag requires that the tag GENERATE_LATEX is set to YES. |
1658 # This tag requires that the tag GENERATE_LATEX is set to YES. |
| 1659 |
1659 |
| 1660 LATEX_HIDE_INDICES = NO |
1660 LATEX_HIDE_INDICES = NO |
| 1661 |
1661 |
| 1662 # If the LATEX_SOURCE_CODE tag is set to YES then doxygen will include source |
|
| 1663 # code with syntax highlighting in the LaTeX output. |
|
| 1664 # |
|
| 1665 # Note that which sources are shown also depends on other settings such as |
|
| 1666 # SOURCE_BROWSER. |
|
| 1667 # The default value is: NO. |
|
| 1668 # This tag requires that the tag GENERATE_LATEX is set to YES. |
|
| 1669 |
|
| 1670 LATEX_SOURCE_CODE = NO |
|
| 1671 |
|
| 1672 # The LATEX_BIB_STYLE tag can be used to specify the style to use for the |
1662 # The LATEX_BIB_STYLE tag can be used to specify the style to use for the |
| 1673 # bibliography, e.g. plainnat, or ieeetr. See |
1663 # bibliography, e.g. plainnat, or ieeetr. See |
| 1674 # http://en.wikipedia.org/wiki/BibTeX and \cite for more info. |
1664 # http://en.wikipedia.org/wiki/BibTeX and \cite for more info. |
| 1675 # The default value is: plain. |
1665 # The default value is: plain. |
| 1676 # This tag requires that the tag GENERATE_LATEX is set to YES. |
1666 # This tag requires that the tag GENERATE_LATEX is set to YES. |