summaryrefslogtreecommitdiffstats
path: root/src/bind
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2011-10-25 07:45:35 +0000
committerJon A. Cruz <jon@joncruz.org>2011-10-25 07:45:35 +0000
commit1a5d5d8a7e796035bc70d5c727d4d901dda50726 (patch)
treee15866e9b83d8948e6f7329193bbe4b6eefaa840 /src/bind
parentcppcheck (diff)
downloadinkscape-1a5d5d8a7e796035bc70d5c727d4d901dda50726.tar.gz
inkscape-1a5d5d8a7e796035bc70d5c727d4d901dda50726.zip
Cleanup pass on documentation that was dumping garbage into doxygen output.
(bzr r10696)
Diffstat (limited to 'src/bind')
-rw-r--r--src/bind/javabind-private.h9
-rw-r--r--src/bind/javabind.h9
-rw-r--r--src/bind/javainc/jni.h2
3 files changed, 11 insertions, 9 deletions
diff --git a/src/bind/javabind-private.h b/src/bind/javabind-private.h
index a03f0c1a2..56ff2e2ff 100644
--- a/src/bind/javabind-private.h
+++ b/src/bind/javabind-private.h
@@ -2,7 +2,8 @@
* @file
* @brief This is a simple mechanism to bind Inkscape to Java, and thence
* to all of the nice things that can be layered upon that.
- *
+ */
+/*
* Authors:
* Bob Jamison
*
@@ -23,8 +24,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef __JAVABIND_PRIVATE_H__
-#define __JAVABIND_PRIVATE_H__
+#ifndef SEEN_JAVABIND_PRIVATE_H
+#define SEEN_JAVABIND_PRIVATE_H
#include <jni.h>
#include "javabind.h"
@@ -139,7 +140,7 @@ void setString(JNIEnv *env, jobject obj, const char *name, const String &val);
} // namespace Bind
} // namespace Inkscape
-#endif /* __JAVABIND_PRIVATE_H__ */
+#endif // SEEN_JAVABIND_PRIVATE_H
//########################################################################
//# E N D O F F I L E
//########################################################################
diff --git a/src/bind/javabind.h b/src/bind/javabind.h
index 894f52d5d..254548bfb 100644
--- a/src/bind/javabind.h
+++ b/src/bind/javabind.h
@@ -2,7 +2,8 @@
* @file
* @brief This is a simple mechanism to bind Inkscape to Java, and thence
* to all of the nice things that can be layered upon that.
- *
+ */
+/*
* Authors:
* Bob Jamison
*
@@ -23,8 +24,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef __JAVABIND_H__
-#define __JAVABIND_H__
+#ifndef SEEN_JAVABIND_H
+#define SEEN_JAVABIND_H
#include <glibmm.h>
#include <vector>
@@ -397,7 +398,7 @@ protected:
} // namespace Bind
} // namespace Inkscape
-#endif /* __JAVABIND_H__ */
+#endif // SEEN_JAVABIND_H
//########################################################################
//# E N D O F F I L E
//########################################################################
diff --git a/src/bind/javainc/jni.h b/src/bind/javainc/jni.h
index a10aaea72..5989c043f 100644
--- a/src/bind/javainc/jni.h
+++ b/src/bind/javainc/jni.h
@@ -28,7 +28,7 @@
* point of our design and implementation.
*/
-/******************************************************************************
+/* ***************************************************************************
* Java Runtime Interface
* Copyright (c) 1996 Netscape Communications Corporation. All rights reserved.
*****************************************************************************/