Fix some Markdown formatting issues

Address miscellaneous issues with Markdown formatting in comments which
are consumed by shocco when generating the online documentation.

Change-Id: I953075cdbddbf1f119c6c7e35f039e2e54b79078
This commit is contained in:
Adam Spiers
2013-10-24 11:27:02 +01:00
parent cb961597cc
commit 6a5aa7c6a2
28 changed files with 366 additions and 311 deletions
+14 -12
View File
@@ -2,15 +2,16 @@
# Functions to control configuration and operation of apache web server
# Dependencies:
# ``functions`` file
# is_apache_enabled_service
# install_apache_wsgi
# config_apache_wsgi
# enable_apache_site
# disable_apache_site
# start_apache_server
# stop_apache_server
# restart_apache_server
#
# - ``functions`` file
# - is_apache_enabled_service
# - install_apache_wsgi
# - config_apache_wsgi
# - enable_apache_site
# - disable_apache_site
# - start_apache_server
# - stop_apache_server
# - restart_apache_server
# Save trace setting
XTRACE=$(set +o | grep xtrace)
@@ -116,6 +117,7 @@ function restart_apache_server() {
# Restore xtrace
$XTRACE
# Local variables:
# mode: shell-script
# End:
# Tell emacs to use shell-script-mode
## Local variables:
## mode: shell-script
## End: