[CHG] Changed path to template code

This commit is contained in:
Crayon2000 2009-12-14 04:30:05 +00:00
parent 6a57f3125d
commit 7c0e6017b6

View file

@ -270,7 +270,7 @@ GRR_EXTERN u32 fb GRR_INIT(0);
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*
* @example template/main.c
* @example template/source/main.c
* This example shows the minimum code required to use GRRLIB.
* It could be used as a template to start a new project.
* More elaborate examples can be found inside the \e examples folder.