Skip to content

Commit ffd11bf

Browse files
committed
Apply markup around filenames
1 parent de50e83 commit ffd11bf

File tree

1 file changed

+15
-11
lines changed

1 file changed

+15
-11
lines changed

doc/project.conf.xml

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -172,34 +172,38 @@
172172
of a software project beyond that of compiling code. &package; provides
173173
support through these scripts for:<itemizedlist>
174174
<listitem><para>AppBroker: integration with the DeforaOS distributed
175-
computing framework (see appbroker.sh)</para></listitem>
175+
computing framework (see
176+
<filename>appbroker.sh</filename>)</para></listitem>
176177
<listitem><para><ulink url="http://www.docbook.org/">DocBook</ulink>:
177178
markup language for technical documentation, based on either SGML or XML
178-
(see docbook.sh)</para></listitem>
179+
(see <filename>docbook.sh</filename>)</para></listitem>
179180
<listitem><para><ulink
180181
url="https://gcc.gnu.org/onlinedocs/gcc/Gcov.html">GCOV</ulink>: code
181182
coverage analysis and profiling tool, part of the GNU Compiler Collection
182-
suite (see coverage.sh)</para></listitem>
183+
suite (see <filename>coverage.sh</filename>)</para></listitem>
183184
<listitem><para><ulink
184185
url="http://www.gnu.org/software/gettext/">Gettext</ulink>:
185186
internationalization (i18n) and localization (l10n) framework, notably
186187
allowing software to be easily translated to other languages (see
187-
gettext.sh)</para></listitem>
188+
<filename>gettext.sh</filename>)</para></listitem>
188189
<listitem><para><ulink url="http://www.gtk.org/gtk-doc/">Gtk-doc</ulink>:
189190
generates API documentation from comments within software projects, in
190191
the format expected by the <ulink
191192
url="http://live.gnome.org/devhelp">DevHelp API browser</ulink> (see
192-
gtkdoc.sh)</para></listitem>
193+
<filename>gtkdoc.sh</filename>)</para></listitem>
193194
<listitem><para><ulink
194195
url="http://pkgconfig.freedesktop.org/">pkg-config</ulink>: unified
195196
interface to define compilation and linking rules to installed software
196-
(see pkgconfig.sh)</para></listitem>
197+
(see <filename>pkgconfig.sh</filename>)</para></listitem>
197198
<listitem><para>syntax checkers: convenience scripts for a number of
198-
programming languages and markup formats are provided, such as C (see
199-
clint.sh), HTML (see htmllint.sh), <ulink
200-
url="https://www.php.net/">PHP</ulink> (see phplint.sh), Python PEP-8
201-
(see pylint.sh), POSIX shell scripts (see shlint.sh), or XML (see
202-
xmllint.sh)</para></listitem>
199+
programming languages and markup formats are provided, such as C (see
200+
<filename>clint.sh</filename>), HTML (see
201+
<filename>htmllint.sh</filename>), <ulink
202+
url="https://www.php.net/">PHP</ulink> (see
203+
<filename>phplint.sh</filename>), Python PEP-8 (see
204+
<filename>pylint.sh</filename>), POSIX shell scripts (see
205+
<filename>shlint.sh</filename>), or XML (see
206+
<filename>xmllint.sh</filename>)</para></listitem>
203207
</itemizedlist>
204208
</para>
205209
<refsect3>

0 commit comments

Comments
 (0)