Skip to content

Commit

Permalink
added doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Administrator committed Aug 5, 2001
1 parent 9f09a5d commit 9b96b34
Show file tree
Hide file tree
Showing 23 changed files with 1,072 additions and 256 deletions.
4 changes: 4 additions & 0 deletions ResizableLib/Docs/DoDoxygen.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@echo off

doxygen doxyfile.txt

845 changes: 845 additions & 0 deletions ResizableLib/Docs/doxyfile.txt

Large diffs are not rendered by default.

23 changes: 9 additions & 14 deletions ResizableLib/ResizableDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,16 @@
//
/////////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2000 by Paolo Messina
// (ppescher@yahoo.com)
// Copyright (C) 2000-2001 by Paolo Messina
// (http://www.geocities.com/ppescher - ppescher@yahoo.com)
//
// The contents of this file are subject to the Artistic License (the "License").
// You may not use this file except in compliance with the License.
// You may obtain a copy of the License at:
// http://www.opensource.org/licenses/artistic-license.html
//
// If you find this code useful, credits would be nice!
//
// Free for non-commercial and commercial use,
// provided that the original author's name
// and copyright is quoted somewhere in the
// final executable and in the program's help
// or documentation.
// You may change the code to your needs,
// provided that credits to the original
// author are given in the modified files.
// Also a copy of your enhancements would
// be nice, but it's not required. Please,
// consider to share your work on CodeProject.
//
/////////////////////////////////////////////////////////////////////////////

#include "stdafx.h"
Expand Down
23 changes: 9 additions & 14 deletions ResizableLib/ResizableDialog.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,16 @@
//
/////////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2000 by Paolo Messina
// (ppescher@yahoo.com)
// Copyright (C) 2000-2001 by Paolo Messina
// (http://www.geocities.com/ppescher - ppescher@yahoo.com)
//
// The contents of this file are subject to the Artistic License (the "License").
// You may not use this file except in compliance with the License.
// You may obtain a copy of the License at:
// http://www.opensource.org/licenses/artistic-license.html
//
// If you find this code useful, credits would be nice!
//
// Free for non-commercial and commercial use,
// provided that the original author's name
// and copyright is quoted somewhere in the
// final executable and in the program's help
// or documentation.
// You may change the code to your needs,
// provided that credits to the original
// author are given in the modified files.
// Also a copy of your enhancements would
// be nice, but it's not required. Please,
// consider to share your work on CodeProject.
//
/////////////////////////////////////////////////////////////////////////////

#include "ResizableLayout.h"
Expand Down
23 changes: 9 additions & 14 deletions ResizableLib/ResizableFormView.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,16 @@
//
/////////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2000 by Paolo Messina
// (ppescher@yahoo.com)
// Copyright (C) 2000-2001 by Paolo Messina
// (http://www.geocities.com/ppescher - ppescher@yahoo.com)
//
// The contents of this file are subject to the Artistic License (the "License").
// You may not use this file except in compliance with the License.
// You may obtain a copy of the License at:
// http://www.opensource.org/licenses/artistic-license.html
//
// If you find this code useful, credits would be nice!
//
// Free for non-commercial and commercial use,
// provided that the original author's name
// and copyright is quoted somewhere in the
// final executable and in the program's help
// or documentation.
// You may change the code to your needs,
// provided that credits to the original
// author are given in the modified files.
// Also a copy of your enhancements would
// be nice, but it's not required. Please,
// consider to share your work on CodeProject.
//
/////////////////////////////////////////////////////////////////////////////

#include "stdafx.h"
Expand Down
29 changes: 12 additions & 17 deletions ResizableLib/ResizableFormView.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#if !defined(AFX_RESIZABLEFORMVIEW_H__DD5BD412_EDCB_45C8_B82C_4578AF790467__INCLUDED_)
#define AFX_RESIZABLEFORMVIEW_H__DD5BD412_EDCB_45C8_B82C_4578AF790467__INCLUDED_
#if !defined(AFX_RESIZABLEFORMVIEW_H__INCLUDED_)
#define AFX_RESIZABLEFORMVIEW_H__INCLUDED_

#if _MSC_VER > 1000
#pragma once
Expand All @@ -9,21 +9,16 @@
//
/////////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2000 by Paolo Messina
// (ppescher@yahoo.com)
// Copyright (C) 2000-2001 by Paolo Messina
// (http://www.geocities.com/ppescher - ppescher@yahoo.com)
//
// The contents of this file are subject to the Artistic License (the "License").
// You may not use this file except in compliance with the License.
// You may obtain a copy of the License at:
// http://www.opensource.org/licenses/artistic-license.html
//
// If you find this code useful, credits would be nice!
//
// Free for non-commercial and commercial use,
// provided that the original author's name
// and copyright is quoted somewhere in the
// final executable and in the program's help
// or documentation.
// You may change the code to your needs,
// provided that credits to the original
// author are given in the modified files.
// Also a copy of your enhancements would
// be nice, but it's not required. Please,
// consider to share your work on CodeProject.
//
/////////////////////////////////////////////////////////////////////////////

#include "ResizableLayout.h"
Expand Down Expand Up @@ -98,4 +93,4 @@ class CResizableFormView : public CFormView, public CResizableLayout
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_RESIZABLEFORMVIEW_H__DD5BD412_EDCB_45C8_B82C_4578AF790467__INCLUDED_)
#endif // !defined(AFX_RESIZABLEFORMVIEW_H__INCLUDED_)
23 changes: 9 additions & 14 deletions ResizableLib/ResizableGrip.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,16 @@
//
/////////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2000 by Paolo Messina
// (ppescher@yahoo.com)
// Copyright (C) 2000-2001 by Paolo Messina
// (http://www.geocities.com/ppescher - ppescher@yahoo.com)
//
// The contents of this file are subject to the Artistic License (the "License").
// You may not use this file except in compliance with the License.
// You may obtain a copy of the License at:
// http://www.opensource.org/licenses/artistic-license.html
//
// If you find this code useful, credits would be nice!
//
// Free for non-commercial and commercial use,
// provided that the original author's name
// and copyright is quoted somewhere in the
// final executable and in the program's help
// or documentation.
// You may change the code to your needs,
// provided that credits to the original
// author are given in the modified files.
// Also a copy of your enhancements would
// be nice, but it's not required. Please,
// consider to share your work on CodeProject.
//
/////////////////////////////////////////////////////////////////////////////

#include "stdafx.h"
Expand Down
20 changes: 16 additions & 4 deletions ResizableLib/ResizableGrip.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
// ResizableGrip.h: interface for the CResizableGrip class.
//
//////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2000-2001 by Paolo Messina
// (http://www.geocities.com/ppescher - ppescher@yahoo.com)
//
// The contents of this file are subject to the Artistic License (the "License").
// You may not use this file except in compliance with the License.
// You may obtain a copy of the License at:
// http://www.opensource.org/licenses/artistic-license.html
//
// If you find this code useful, credits would be nice!
//
/////////////////////////////////////////////////////////////////////////////

#if !defined(AFX_RESIZABLEGRIP_H__86501E7F_B2F8_4928_A421_25C6F041AD1A__INCLUDED_)
#define AFX_RESIZABLEGRIP_H__86501E7F_B2F8_4928_A421_25C6F041AD1A__INCLUDED_
#if !defined(AFX_RESIZABLEGRIP_H__INCLUDED_)
#define AFX_RESIZABLEGRIP_H__INCLUDED_

#if _MSC_VER > 1000
#pragma once
Expand Down Expand Up @@ -40,4 +52,4 @@ class CResizableGrip

};

#endif // !defined(AFX_RESIZABLEGRIP_H__86501E7F_B2F8_4928_A421_25C6F041AD1A__INCLUDED_)
#endif // !defined(AFX_RESIZABLEGRIP_H__INCLUDED_)
23 changes: 9 additions & 14 deletions ResizableLib/ResizableLayout.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,16 @@
//
/////////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2000 by Paolo Messina
// (ppescher@yahoo.com)
// Copyright (C) 2000-2001 by Paolo Messina
// (http://www.geocities.com/ppescher - ppescher@yahoo.com)
//
// The contents of this file are subject to the Artistic License (the "License").
// You may not use this file except in compliance with the License.
// You may obtain a copy of the License at:
// http://www.opensource.org/licenses/artistic-license.html
//
// If you find this code useful, credits would be nice!
//
// Free for non-commercial and commercial use,
// provided that the original author's name
// and copyright is quoted somewhere in the
// final executable and in the program's help
// or documentation.
// You may change the code to your needs,
// provided that credits to the original
// author are given in the modified files.
// Also a copy of your enhancements would
// be nice, but it's not required. Please,
// consider to share your work on CodeProject.
//
/////////////////////////////////////////////////////////////////////////////

#include "stdafx.h"
Expand Down
29 changes: 12 additions & 17 deletions ResizableLib/ResizableLayout.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,20 @@
//
/////////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2000 by Paolo Messina
// (ppescher@yahoo.com)
// Copyright (C) 2000-2001 by Paolo Messina
// (http://www.geocities.com/ppescher - ppescher@yahoo.com)
//
// The contents of this file are subject to the Artistic License (the "License").
// You may not use this file except in compliance with the License.
// You may obtain a copy of the License at:
// http://www.opensource.org/licenses/artistic-license.html
//
// If you find this code useful, credits would be nice!
//
// Free for non-commercial and commercial use,
// provided that the original author's name
// and copyright is quoted somewhere in the
// final executable and in the program's help
// or documentation.
// You may change the code to your needs,
// provided that credits to the original
// author are given in the modified files.
// Also a copy of your enhancements would
// be nice, but it's not required. Please,
// consider to share your work on CodeProject.
//
/////////////////////////////////////////////////////////////////////////////

#if !defined(AFX_RESIZABLELAYOUT_H__A7664CF3_1F96_4904_830F_8FB70A99F129__INCLUDED_)
#define AFX_RESIZABLELAYOUT_H__A7664CF3_1F96_4904_830F_8FB70A99F129__INCLUDED_
#if !defined(AFX_RESIZABLELAYOUT_H__INCLUDED_)
#define AFX_RESIZABLELAYOUT_H__INCLUDED_

#include <afxtempl.h>

Expand Down Expand Up @@ -133,4 +128,4 @@ class CResizableLayout
}
};

#endif // !defined(AFX_RESIZABLELAYOUT_H__A7664CF3_1F96_4904_830F_8FB70A99F129__INCLUDED_)
#endif // !defined(AFX_RESIZABLELAYOUT_H__INCLUDED_)
16 changes: 16 additions & 0 deletions ResizableLib/ResizableLib.dsp

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 9 additions & 14 deletions ResizableLib/ResizableMinMax.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,16 @@
//
/////////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2000 by Paolo Messina
// (ppescher@yahoo.com)
// Copyright (C) 2000-2001 by Paolo Messina
// (http://www.geocities.com/ppescher - ppescher@yahoo.com)
//
// The contents of this file are subject to the Artistic License (the "License").
// You may not use this file except in compliance with the License.
// You may obtain a copy of the License at:
// http://www.opensource.org/licenses/artistic-license.html
//
// If you find this code useful, credits would be nice!
//
// Free for non-commercial and commercial use,
// provided that the original author's name
// and copyright is quoted somewhere in the
// final executable and in the program's help
// or documentation.
// You may change the code to your needs,
// provided that credits to the original
// author are given in the modified files.
// Also a copy of your enhancements would
// be nice, but it's not required. Please,
// consider to share your work on CodeProject.
//
/////////////////////////////////////////////////////////////////////////////

#include "stdafx.h"
Expand Down
20 changes: 16 additions & 4 deletions ResizableLib/ResizableMinMax.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
// ResizableMinMax.h: interface for the CResizableMinMax class.
//
//////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2000-2001 by Paolo Messina
// (http://www.geocities.com/ppescher - ppescher@yahoo.com)
//
// The contents of this file are subject to the Artistic License (the "License").
// You may not use this file except in compliance with the License.
// You may obtain a copy of the License at:
// http://www.opensource.org/licenses/artistic-license.html
//
// If you find this code useful, credits would be nice!
//
/////////////////////////////////////////////////////////////////////////////

#if !defined(AFX_RESIZABLEMINMAX_H__B3D85A78_15A8_4A2D_897B_94C7A9CDDDFD__INCLUDED_)
#define AFX_RESIZABLEMINMAX_H__B3D85A78_15A8_4A2D_897B_94C7A9CDDDFD__INCLUDED_
#if !defined(AFX_RESIZABLEMINMAX_H__INCLUDED_)
#define AFX_RESIZABLEMINMAX_H__INCLUDED_

#if _MSC_VER > 1000
#pragma once
Expand Down Expand Up @@ -38,4 +50,4 @@ class CResizableMinMax
void ResetMaxTrackSize(); // reset to default maximum tracking size
};

#endif // !defined(AFX_RESIZABLEMINMAX_H__B3D85A78_15A8_4A2D_897B_94C7A9CDDDFD__INCLUDED_)
#endif // !defined(AFX_RESIZABLEMINMAX_H__INCLUDED_)
23 changes: 9 additions & 14 deletions ResizableLib/ResizablePage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,16 @@
//
/////////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2000 by Paolo Messina
// (ppescher@yahoo.com)
// Copyright (C) 2000-2001 by Paolo Messina
// (http://www.geocities.com/ppescher - ppescher@yahoo.com)
//
// The contents of this file are subject to the Artistic License (the "License").
// You may not use this file except in compliance with the License.
// You may obtain a copy of the License at:
// http://www.opensource.org/licenses/artistic-license.html
//
// If you find this code useful, credits would be nice!
//
// Free for non-commercial and commercial use,
// provided that the original author's name
// and copyright is quoted somewhere in the
// final executable and in the program's help
// or documentation.
// You may change the code to your needs,
// provided that credits to the original
// author are given in the modified files.
// Also a copy of your enhancements would
// be nice, but it's not required. Please,
// consider to share your work on CodeProject.
//
/////////////////////////////////////////////////////////////////////////////

#include "stdafx.h"
Expand Down
Loading

0 comments on commit 9b96b34

Please sign in to comment.