From 7f3a10a29dc02fc606a6a417eaaa6f6c1e0aa953 Mon Sep 17 00:00:00 2001 From: Akos Kiss Date: Mon, 15 Feb 2016 21:27:16 +0100 Subject: [PATCH] Move Doxyfile to the root directory of the project Config files are better located in the root of the project tree, no questions will raise then what the relative paths are relative to. (E.g., `INPUT` and `OUTPUT_DIRECTORY` in the current case.) JerryScript-DCO-1.0-Signed-off-by: Akos Kiss akiss@inf.u-szeged.hu --- docs/Doxyfile => Doxyfile | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename docs/Doxyfile => Doxyfile (100%) diff --git a/docs/Doxyfile b/Doxyfile similarity index 100% rename from docs/Doxyfile rename to Doxyfile