1#!/bin/bash 2# 3# Copyright (c) 2009-2011 Artyom Beilis (Tonkikh) 4# 5# Distributed under the Boost Software License, Version 1.0. (See 6# accompanying file LICENSE or copy at 7# http://www.boost.org/LICENSE_1_0.txt) 8# 9 10set -euo pipefail 11 12cd "$(dirname "$0")" 13rm -f html/* 14doxygen 15