Made some corrections in the documentation

This commit is contained in:
Joel Holdsworth 2008-11-25 21:00:12 +00:00
parent 164fff2359
commit c58bc861ff
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
/*
panel.cpp - Implementation of the Project class
project.cpp - Implementation of the Project class
Copyright (C) Lumiera.org
2008, Joel Holdsworth <joel@airwebreathe.org.uk>

View file

@ -21,7 +21,7 @@
*/
/** @file project.hpp
** This file contains the definition of Project, a class which
** store project data, and wraps proc layer data
** stores project data, and wraps proc layer data
*/
#ifndef PROJECT_HPP