blob: 26241644c129b9805da2381713773a0f92c8abc6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
\documentclass[11pt]{article}
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{textcomp}
\usepackage{fullpage}
\usepackage{url}
\usepackage{ocamldoc}
\begin{document}
\tableofcontents
\section{Short\_description : (* TEST
ocamldoc with latex;
*)}
\label{Short-underscoredescription}\index{Short-underscoredescription@\verb`Short_description`}
Short global description in text mode
This file tests that documentation in text mode are given
a short description in the global description of modules.
\end{document}
|