Skip to content

Commit

Permalink
added comment sections.
Browse files Browse the repository at this point in the history
  • Loading branch information
xnti authored Apr 15, 2022
1 parent 1bc9081 commit 183641e
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 3 deletions.
7 changes: 7 additions & 0 deletions src/app.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* author : xnti (https://github.com/xnti)
* purpose : handling application structure and basic functions.
* license : MIT
*/


#include "include/app.h"
#include "include/json.h"

Expand Down
7 changes: 7 additions & 0 deletions src/include/app.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* author : xnti (https://github.com/xnti)
* purpose : handling application structure and basic functions.
* license : MIT
*/


#ifndef _APP_H
#define _APP_H

Expand Down
7 changes: 7 additions & 0 deletions src/include/json.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* author : xnti (https://github.com/xnti)
* purpose : handling json objects & convert them.
* license : MIT
*/


#ifndef _JSON_H
#define _JSON_H

Expand Down
9 changes: 6 additions & 3 deletions src/json.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@

/** author: xnti
* purpose: handling json objects & convert them.
/*
* author : xnti (https://github.com/xnti)
* purpose : handling json objects & convert them.
* license : MIT
*/


#include <iostream>
#include "include/json.h"
#include "include/app.h"
Expand Down
6 changes: 6 additions & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
* author : xnti (https://github.com/xnti)
* license : MIT
*/


#include <iostream>
#include "include/app.h"
#include "include/json.h"
Expand Down

0 comments on commit 183641e

Please # to comment.