summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2007-06-09 22:51:37 +0000
committerVincent Untz <vuntz@src.gnome.org>2007-06-09 22:51:37 +0000
commit4435ca997e3d02e131cbd7804b89c2ab16b51406 (patch)
tree03fa9ff1a13749282b7ce25ba0e48f6fc59f77a0
parente3112575545b9adff059cc7edb97e3b55c226a27 (diff)
downloadlibwnck-4435ca997e3d02e131cbd7804b89c2ab16b51406.tar.gz
use &num; to put anchors in links for documentation. Thanks Matthias!
2007-06-10 Vincent Untz <vuntz@gnome.org> * libwnck/class-group.c: * libwnck/workspace.c: use &num; to put anchors in links for documentation. Thanks Matthias! * libwnck/workspace-accessible-factory.[ch]: * libwnck/workspace-accessible.[ch]: * libwnck/workspace.[ch]: * libwnck/xutils.[ch]: add /* vim: set sw=2 et: */ svn path=/trunk/; revision=1290
-rw-r--r--ChangeLog11
-rw-r--r--libwnck/class-group.c5
-rw-r--r--libwnck/workspace-accessible-factory.c1
-rw-r--r--libwnck/workspace-accessible-factory.h1
-rw-r--r--libwnck/workspace-accessible.c1
-rw-r--r--libwnck/workspace-accessible.h1
-rw-r--r--libwnck/workspace.c13
-rw-r--r--libwnck/workspace.h1
-rw-r--r--libwnck/xutils.c1
-rw-r--r--libwnck/xutils.h1
10 files changed, 26 insertions, 10 deletions
diff --git a/ChangeLog b/ChangeLog
index ff3d833..52fd637 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2007-06-10 Vincent Untz <vuntz@gnome.org>
+
+ * libwnck/class-group.c:
+ * libwnck/workspace.c: use &num; to put anchors in links for
+ documentation. Thanks Matthias!
+
+ * libwnck/workspace-accessible-factory.[ch]:
+ * libwnck/workspace-accessible.[ch]:
+ * libwnck/workspace.[ch]:
+ * libwnck/xutils.[ch]: add /* vim: set sw=2 et: */
+
2007-06-09 Vincent Untz <vuntz@gnome.org>
* libwnck/*.[ch]: add /* vim: set sw=2 et: */
diff --git a/libwnck/class-group.c b/libwnck/class-group.c
index 26d069c..5de5508 100644
--- a/libwnck/class-group.c
+++ b/libwnck/class-group.c
@@ -39,16 +39,13 @@
*
* The class of a window is defined by the WM_CLASS property of this window.
* More information about the WM_CLASS property is available in the <ulink
- * url="http://tronche.com/gui/x/icccm/sec-4.html">WM_CLASS Property</ulink>
+ * url="http://tronche.com/gui/x/icccm/sec-4.html&num;s-4.1.2.5">WM_CLASS Property</ulink>
* section (section 4.1.2.5) of the <ulink
* url="http://tronche.com/gui/x/icccm/">ICCCM</ulink>.
*
* The #WnckClassGroup objects are always owned by libwnck and must not be
* referenced or unreferenced.
*/
- /* FIXME: the ulink should be a link to
- * http://tronche.com/gui/x/icccm/sec-4.html#s-4.1.2.5 but gtk-doc fails
- * because it thinks the doc should link to the s-4 symbol */
/* Private part of the WnckClassGroup structure */
struct _WnckClassGroupPrivate {
diff --git a/libwnck/workspace-accessible-factory.c b/libwnck/workspace-accessible-factory.c
index bfcf0ae..24d7699 100644
--- a/libwnck/workspace-accessible-factory.c
+++ b/libwnck/workspace-accessible-factory.c
@@ -1,3 +1,4 @@
+/* vim: set sw=2 et: */
/*
* Copyright 2002 Sun Microsystems Inc.
*
diff --git a/libwnck/workspace-accessible-factory.h b/libwnck/workspace-accessible-factory.h
index f261c3d..44f4858 100644
--- a/libwnck/workspace-accessible-factory.h
+++ b/libwnck/workspace-accessible-factory.h
@@ -1,3 +1,4 @@
+/* vim: set sw=2 et: */
/*
* Copyright 2002 Sun Microsystems Inc.
*
diff --git a/libwnck/workspace-accessible.c b/libwnck/workspace-accessible.c
index f4e0ba5..7742826 100644
--- a/libwnck/workspace-accessible.c
+++ b/libwnck/workspace-accessible.c
@@ -1,3 +1,4 @@
+/* vim: set sw=2 et: */
/*
* Copyright 2002 Sun Microsystems Inc.
*
diff --git a/libwnck/workspace-accessible.h b/libwnck/workspace-accessible.h
index 7aaa7fc..b2781ac 100644
--- a/libwnck/workspace-accessible.h
+++ b/libwnck/workspace-accessible.h
@@ -1,3 +1,4 @@
+/* vim: set sw=2 et: */
/*
* Copyright 2002 Sun Microsystems Inc.
*
diff --git a/libwnck/workspace.c b/libwnck/workspace.c
index 2dbb551..752c596 100644
--- a/libwnck/workspace.c
+++ b/libwnck/workspace.c
@@ -1,4 +1,5 @@
/* workspace object */
+/* vim: set sw=2 et: */
/*
* Copyright (C) 2001 Havoc Pennington
@@ -35,16 +36,18 @@
* @see_also: #WnckScreen
* @stability: Unstable
*
- * The #WnckWorkspace represents what is called "virtual desktops" in the
- * <ulink
+ * The #WnckWorkspace represents what is called <ulink
+ * url="http://standards.freedesktop.org/wm-spec/wm-spec-latest.html&num;largedesks">virtual
+ * desktops</ulink> in the <ulink
* url="http://standards.freedesktop.org/wm-spec/wm-spec-latest.html">EWMH</ulink>.
* A workspace is a virtualization of a #WnckScreen<!-- -->: only one workspace
* can be shown on a #WnckScreen at a time. It makes it possible, for example,
* to put windows on different workspaces to organize them.
*
* If the #WnckWorkspace size is bigger that the #WnckScreen size, the
- * workspace contains a viewport. Viewports are defined in the "large desktops"
- * section of the <ulink
+ * workspace contains a viewport. Viewports are defined in the <ulink
+ * url="http://standards.freedesktop.org/wm-spec/wm-spec-latest.html&num;id2457064">large
+ * desktops</ulink> section of the <ulink
* url="http://standards.freedesktop.org/wm-spec/wm-spec-latest.html">EWMH</ulink>.
* The notion of workspaces and viewports are quite similar, and generally both
* are not used at the same time: there are generally either multiple
@@ -59,8 +62,6 @@
* The #WnckWorkspace objects are always owned by libwnck and must not be
* referenced or unreferenced.
*/
- /* FIXME: make "large desktops" and "virtual desktops" links to the EWMH
- * sections when gtk-doc doesn't fail on # in links */
struct _WnckWorkspacePrivate
{
diff --git a/libwnck/workspace.h b/libwnck/workspace.h
index 95a3294..756c66b 100644
--- a/libwnck/workspace.h
+++ b/libwnck/workspace.h
@@ -1,4 +1,5 @@
/* workspace object */
+/* vim: set sw=2 et: */
/*
* Copyright (C) 2001 Havoc Pennington
diff --git a/libwnck/xutils.c b/libwnck/xutils.c
index 71d978e..9a64e70 100644
--- a/libwnck/xutils.c
+++ b/libwnck/xutils.c
@@ -1,4 +1,5 @@
/* Xlib utils */
+/* vim: set sw=2 et: */
/*
* Copyright (C) 2001 Havoc Pennington
diff --git a/libwnck/xutils.h b/libwnck/xutils.h
index 8ffda98..fbc1bee 100644
--- a/libwnck/xutils.h
+++ b/libwnck/xutils.h
@@ -1,4 +1,5 @@
/* Xlib utilities */
+/* vim: set sw=2 et: */
/*
* Copyright (C) 2001 Havoc Pennington