[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] Fix documentation link for svn_dirent_t

From: Ben Reser <ben_at_reser.org>
Date: 2004-01-02 02:25:36 CET

[[[
* subversion/include/svn_types.h
  Remove svn_dirent that was causing doxygen not to link svn_dirent_t
  to the documentation for the svn_dirent_t struct.
]]]

===================================================================
--- subversion/include/svn_types.h (revision 8132)
+++ subversion/include/svn_types.h (working copy)
@@ -149,7 +149,7 @@
 
 
 /** A general subversion directory entry. */
-typedef struct svn_dirent
+typedef struct
 {
   /** node kind */
   svn_node_kind_t kind;

-- 
Ben Reser <ben@reser.org>
http://ben.reser.org
"Conscience is the inner voice which warns us somebody may be looking."
- H.L. Mencken
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jan 2 02:26:01 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.