Skip to content
Snippets Groups Projects
Commit 6645d6d1 authored by Andrew Heather's avatar Andrew Heather
Browse files

STYLE: Added header documentation to function

parent 95c74f9b
Branches
Tags
No related merge requests found
......@@ -125,7 +125,8 @@ public:
// Friend Operators
friend word operator&(const word&, const word&);
//- Join word a and bm capitalising first letter of b
friend word operator&(const word& a, const word& b);
// IOstream operators
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment