From 39897f56f5f84d8d4c8903fb46a03c2fdcf733ec Mon Sep 17 00:00:00 2001 From: w00t Date: Sat, 25 Oct 2008 12:59:11 +0000 Subject: Note where to find the docs. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10704 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_spanningtree/protocolinterface.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/modules/m_spanningtree') diff --git a/src/modules/m_spanningtree/protocolinterface.cpp b/src/modules/m_spanningtree/protocolinterface.cpp index 84a19b705..386f2bc31 100644 --- a/src/modules/m_spanningtree/protocolinterface.cpp +++ b/src/modules/m_spanningtree/protocolinterface.cpp @@ -5,6 +5,10 @@ #include "m_spanningtree/treesocket.h" #include "m_spanningtree/protocolinterface.h" +/* + * For documentation on this class, see include/protocol.h. + */ + void SpanningTreeProtocolInterface::GetServerList(ProtoServerList &sl) { sl.clear(); -- cgit v1.2.3