From 2633767789e4264b13ef91a684accf734fb4e94f Mon Sep 17 00:00:00 2001 From: "Jon A. Cruz" Date: Wed, 26 Oct 2011 21:55:51 -0700 Subject: Fixing more broken and split doc comments. (bzr r10697) --- src/libvpsc/variable.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libvpsc/variable.cpp') diff --git a/src/libvpsc/variable.cpp b/src/libvpsc/variable.cpp index 19dc0746a..29bf8dc5c 100644 --- a/src/libvpsc/variable.cpp +++ b/src/libvpsc/variable.cpp @@ -1,5 +1,4 @@ -/** - * +/* * Authors: * Tim Dwyer * @@ -8,6 +7,7 @@ * Released under GNU LGPL. Read the file 'COPYING' for more information. */ #include "variable.h" + namespace vpsc { std::ostream& operator <<(std::ostream &os, const Variable &v) { os << "(" << v.id << "=" << v.position() << ")"; -- cgit v1.2.3