From: apn Date: Wed, 25 Sep 2019 16:30:01 +0000 (+0300) Subject: 0031001: Documentation - modeling_algos.md can not be generated X-Git-Tag: V7_4_0~4 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=cf9768573527a4990d1296a279b8c878833c0f09;p=occt-copy.git 0031001: Documentation - modeling_algos.md can not be generated '\n' was returned to @figure ALIAS because it doesn't cause the appearance of warnings during generation of PDF documentation --- diff --git a/dox/resources/occt_ug_pdf.doxyfile b/dox/resources/occt_ug_pdf.doxyfile index 5fff37a6ea..3d30948423 100644 --- a/dox/resources/occt_ug_pdf.doxyfile +++ b/dox/resources/occt_ug_pdf.doxyfile @@ -48,6 +48,6 @@ LATEX_CMD_NAME = latex MAKEINDEX_CMD_NAME = makeindex # Define alias for inserting images in uniform way (both HTML and PDF) -ALIASES += figure{1}="\image latex \1" -ALIASES += figure{2}="\image latex \1 \2" -ALIASES += figure{3}="\image latex \1 \2 width=\3" +ALIASES += figure{1}="\image latex \1 \n" +ALIASES += figure{2}="\image latex \1 \2 \n" +ALIASES += figure{3}="\image latex \1 \2 width=\3 \n"