Update documentation - increase Doxygen usage
[geeqie.git] / scripts / generate-appimage.sh
index c7f9a13..43bc2f7 100755 (executable)
 # with this program; if not, write to the Free Software Foundation, Inc.,
 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 #**********************************************************************
-#
-# This script will generate a Geeqie AppImage.
-#
-# It must be run from the base Geeqie folder.
-# The single parameter is the directory where the AppDir
-# will be created.
-#
-#**********************************************************************
+
+## @file
+## @brief This script will generate a Geeqie AppImage.
+##
+## It must be run from the base Geeqie folder.  
+## The single parameter is the directory where the AppDir
+## will be created.
+##
 
 
 if [[ ! -f geeqie.spec.in ]] || [[ ! -d .git ]]