You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: testing/004/indexpage.xml
+1
Original file line number
Diff line number
Diff line change
@@ -11,5 +11,6 @@ No other types of alignment are supported.</para>
11
11
<para><itemizedlist><listitem><para><computeroutput>AlignLeft</computeroutput> left alignment. </para></listitem><listitem><para><computeroutput>AlignCenter</computeroutput> center alignment. </para></listitem><listitem><para><computeroutput>AlignRight</computeroutput> right alignment</para></listitem></itemizedlist>
12
12
No other types of alignment are supported. </para>
Copy file name to clipboardExpand all lines: testing/012/indexpage.xml
+1
Original file line number
Diff line number
Diff line change
@@ -9,5 +9,6 @@
9
9
<para>See <refrefid="citelist_1CITEREF_knuth79"kindref="member">[3]</ref> for more info.</para>
10
10
<para>Other references with cross references see <refrefid="citelist_1CITEREF_Be09"kindref="member">[1]</ref> and <refrefid="citelist_1CITEREF_BertholdHeinzVigerske2009"kindref="member">[2]</ref> for more info. </para>
Copy file name to clipboardExpand all lines: testing/021/indexpage.xml
+1
Original file line number
Diff line number
Diff line change
@@ -8,5 +8,6 @@
8
8
<detaileddescription>
9
9
<para> Our main function starts like this: <programlisting filename="example_test.cpp"><codeline><highlight class="keywordtype">void</highlight><highlight class="normal"><sp/>main()</highlight></codeline><codeline><highlight class="normal">{</highlight></codeline></programlisting> First we create a object <computeroutput>t</computeroutput> of the <ref refid="class_test" kindref="compound">Test</ref> class. <programlisting filename="example_test.cpp"><codeline><highlight class="normal"><sp/><sp/><ref refid="class_test" kindref="compound">Test</ref><sp/>t;</highlight></codeline></programlisting> Then we call the example member function <programlisting filename="example_test.cpp"><codeline><highlight class="normal"><sp/><sp/>t.<ref refid="class_test_1a47b775f65718978f1ffcd96376f8ecfa" kindref="member">example</ref>();</highlight></codeline></programlisting> After that our little test routine ends. <programlisting filename="example_test.cpp"><codeline><highlight class="normal">}</highlight></codeline></programlisting> </para>
0 commit comments