···290290- #13764, #13779: add missing "-keywords" flag to ocamldep and ocamlprof
291291 (Florian Angeletti, report by Prashanth Mundkur, review by Gabriel Scherer)
292292293293+- #13877: ocamldoc, add a `-latex-escape-underscore` flag to control the
294294+ escaping of `_` underscore in latex references (in order to be able to match
295295+ odoc behaviour).
296296+ (Florian Angeletti, review by Gabriel Scherer)
297297+293298### Manual and documentation:
294299295300- #13694: Fix name for caml_hash_variant in the C interface.
···643643\ifouthtml
644644chapter~\ref{c:parsinglib}:
645645\ahref{compilerlibref/Ast\_mapper.html}{ \texttt{Ast_mapper} }
646646-\else section~\ref{Ast-underscoremapper}\fi,
646646+\else section~\ref{Ast_mapper}\fi,
647647implements the external interface of a preprocessor.
648648649649\item["-principal"]
···702702using "compiler-libs" library (see
703703\ifouthtml chapter~\ref{c:parsinglib} and
704704\ahref{compilerlibref/Compiler\_libs.html}{ \texttt{Compiler_libs} }
705705-\else section~\ref{Compiler-underscorelibs}\fi
705705+\else section~\ref{Compiler_libs}\fi
706706).
707707}%nat
708708
+1-1
manual/src/library/compilerlibs.etex
···11\chapter{The compiler front-end} \label{c:parsinglib}\cutname{parsing.html}
22-\label{Compiler-underscorelibs} % redirect references to compiler_libs.mld here
22+\label{Compiler_libs} % redirect references to compiler_libs.mld here
3344This chapter describes the OCaml front-end, which declares the abstract
55syntax tree used by the compiler, provides a way to parse, print