summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2010-07-06 00:43:42 +0200
committerDavid Sommerseth <dazo@users.sourceforge.net>2010-07-30 11:02:55 +0200
commit97bc74e72d9c47d684f1fcc39dd846ecfac92020 (patch)
tree30e53a645172e505ffc507b3ce5f7b05793fecac
parent16fdbeb86fb0226bad4c2186a5b0bdd5afa112b5 (diff)
downloadeurephia-97bc74e72d9c47d684f1fcc39dd846ecfac92020.tar.gz
eurephia-97bc74e72d9c47d684f1fcc39dd846ecfac92020.tar.xz
eurephia-97bc74e72d9c47d684f1fcc39dd846ecfac92020.zip
Updated doxygen related places about saltdecode.c being renamed to eurephia_saltdecode.c
-rw-r--r--doxygen/doxygen_mainpage.h2
-rw-r--r--utils/eurephia_saltdecode.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/doxygen/doxygen_mainpage.h b/doxygen/doxygen_mainpage.h
index c9997a1..2666ab4 100644
--- a/doxygen/doxygen_mainpage.h
+++ b/doxygen/doxygen_mainpage.h
@@ -64,7 +64,7 @@
* resides here together with saltdecode. eurephia_init is used to configure a new
* eurephia database, while saltdecode is used for debugging and will decode
* the password salt hashing information.
- * - @ref eurephia_init.c saltdecode.c
+ * - @ref eurephia_init.c eurephia_saltdecode.c
*
* <hr>
* @section build Building eurephia and installing
diff --git a/utils/eurephia_saltdecode.c b/utils/eurephia_saltdecode.c
index 80692e8..4168df7 100644
--- a/utils/eurephia_saltdecode.c
+++ b/utils/eurephia_saltdecode.c
@@ -20,7 +20,7 @@
*/
/**
- * @file saltdecode.c
+ * @file eurephia_saltdecode.c
* @author David Sommerseth <dazo@users.sourceforge.net>
* @date 2009-03-29
*